Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Einsum to MIGraphX supported op list #75

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

ikalinic
Copy link
Member

Description

Add Einsum op to supported op list in migraphx_execution_provider.cc

Motivation and Context

Einsum ONNX op is supported by MIGraphX since ROCm 6.2. Since SD3 needs the Einsum op, the op currently falls back to CPU ep when using MIGraphX. This causes runtime exception on Cast op on Windows in some cases. After adding the Einsum to the op list the issue is no longer present.

@ikalinic ikalinic changed the title Add Einsum to supported op list Add Einsum to MIGraphX supported op list Oct 28, 2024
@ikalinic ikalinic requested a review from causten October 28, 2024 13:41
@TedThemistokleous TedThemistokleous merged commit e7829d3 into main Oct 28, 2024
21 of 25 checks passed
@jeffdaily
Copy link
Collaborator

Why did this merge to main instead of a release branch? We don't touch main in our fork. It should be a mirror of upstream.

@TedThemistokleous
Copy link

Why did this merge to main instead of a release branch? We don't touch main in our fork. It should be a mirror of upstream.

Ah likely I need to add that as part of the rocm6.3 branch then as a cherry-pick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants